-- card: 3419 from stack: in.0 -- bmap block id: 4603 -- flags: 4000 -- background id: 2745 -- name: -- part contents for background part 3 ----- text ----- on mouseUp Alert 2,3,"string", 1 put the result end mouseUp The XCMD consists of the word Alert followed by four parameters that let you specify the icon, parameter #1; which buttons are to appear in the alert,parameter #2; the text for the alert, parameter #3; and whether you want a beep sound to accompany the alert, parameter #4. Finally, the XCMD returns a number to the function the result indicating the button chosen. In the above, the statement “put the result” puts the result into the message box. For the first parameter, you can specify an integer for each of the three alert dialog icons,1 for the note icon, 2 for the caution icon, and 3 for the stop icon. These icons are explained in a later card.